This query returns a boolean value indicating whether autoflow is off (false) or on (true).
Example. If Autoflow is off, turn it on using the PAutoflow command.
PGetAutoflow autoflow;
if (autoflow == false) PAutoflow(true);
Comments or suggestions? Contact Adobe Developer Support